body{
	color: coral;
	font-family: Arial;
	background: black;
	
}
.photo {
	width: 750px;
	float: right;
}
.photo2{
	width: 750px;
	float:left
}
.texte1 {
	width: 1000px;
	float: right;
}

.tete {
	height: 120px;
	padding: 20px;
	color: #DAA520;
	background-color : #8B0000;
	font-size : 50px;
}
.retour {
clear: both
}
.texte {
text-align:right;
}
